EMT Practice Test

1. Question Content...


Question List

Question1: Which one of the following statements about testing techniques is TRUE?

Question2: Which of the following is NOT a test control activity?

Question3: Which of the following statements is true?
I) Test planning activities include selecting the test object
II) Test strategy implementation is NOT a part of test planning
III) Choosing appropriate test techniques is part of test design
IV) Test schedule and exit criteria modification are part of test planning

Question4: Load testing tool checks for:

Question5: During which stage of the fundamental test process is the testability of requirements evaluated?

Question6: Which of the following is NOT a valid use of decision coverage?

Question7: Which of the following processes is related to ensuring the integrity of the testware?

Question8: A program got 100% decision coverage in a test. Which of the following statements is then guaranteed to be
true?

Question9: Which of the following lists represents the correct sequence of the main activities of the fundamental test
process (leaving out the activity of control which should take place in parallel to all the other activities)?

Question10: The following condition is given:
Integer x, y; IFx>0ANDx< 100
y = y + x; END-IF
Using boundary analysis for x. which test cases are required?

Question11: A tester thinks of a likely cause for a specific bug Should the tester make a comment about this in the bug
report?

Question12: Which of the following describes a task performed as part of the Test Implementation and Execution' activity?

Question13: Refer to the exhibit

Given the following State Transition diagram, match the test cases below with the relevant set of state
transitions.
(i)X-Z-V-W
(ii)W-Y-U-U

Question14: Which of the following apply to System Testing?
a) May satisfy legal requirements.
b) Can use system specifications as a test basis.
c) Often the responsibility of business users.
d) Main goal is to establish confidence.
e) Should focus on the communication between systems.

Question15: Which of the following are 'Exit Criteria?'

Question16: Given the following requirement:

Which of the following statements is NOT correct?

Question17: Which of the following activities is appropriate to the test planning stage?

Question18: Which of the following represents good testing practice for testers, irrespective of the software lifecycle model
used?

Question19: Which of the following tools is most likely to detect defects in functions or methods in source code?

Question20: Refer to the exhibit
The following test cases need to be run, but time is limited, and it is possible that not all will be completed
before the end of the test window

The first activity is to run any re-tests, followed by the regression test script. Users have supplied their priority
order to tests.
Which of the following gives an appropriate test execution schedule, taking account of the prioritisation and
other constraints? [K3]

Question21: The following Test Cases have been created for a simple web-based airline booking system.
Test Case 1: Search for an item Available Flights
Test Case 2: View selected item in My Flights
Test Case 3: Login to the system: Login is accepted
Test Case 4: Select an available flight: item added to My Flights
Test Case 5: Print confirmation receipt, then exit
Test Case 6: In My Flights, confirm details and book flight
Which of the following is the correct logical order for the test cases?

Question22: What is the ideal number of regression test cycles?

Question23: Which of the following are triggers for Maintenance testing?
a) System migration from one platform to another.
b) Retirement of a system.
c) Preparation for an audit of a system.
d) Modifications to a system.
e) Development of a whole new system.

Question24: The following program part is given:
IF (condition A)
then DO B
END IF
How many test cases are necessary in order to achieve 100% statement coverage?

Question25: Which of the following statements is true?

Question26:
In the above State Table, which of the following represents an invalid transition?

Question27: For a given set of test-cases, which of the following is a benefit of running these tests with a test automation
tool?

Question28: While reporting a defect, which of the following indicates the level of business importance assigned to the
defect?

Question29: Which test level is concerned with testing the smallest bodies of software?

Question30: When testing a mission critical system a high coverage should be achieved. Which of the following techniques
should be implemented as a structural based coverage technique in order to achieve highest coverage?

Question31: What are metrics NOT used for?

Question32: When an organization considers the use of testing tools, they should:

Question33: Which option BEST describes how the level of risk is determined?

Question34: A QA manager of a start-up company needs to implement within a week a low cost incident management tool
Which of the following is the best option?

Question35: Which of the following BEST matches the attributes with a level of testing?
I. Stubs and drivers are often used
II The test environment should correspond to the production environment
III. Finding defects is not the main focus
IV Testing can be based on use cases
V. Testing is normally performed by testers
VI. Testing for functional and non-functional characteristics

Question36: Which of the following factors is LEAST likely to be used as a basis for estimating testing effort?

Question37: The following diagram lists various types of operating systems, databases and application servers supported by
the application under test. For complete coverage of all combinations, how many combinations of the above
are to be tested?

Question38: Which of the following options describe the causal chain in the correct sequence?

Question39: What other details should be included in the following incident report when it is first submitted?
Date of Issue: 23/11/05
Severity: P1
Build: Version15.6
Details: Expected field to be limited to 15 chars, able to enter 27

Question40: What can testing demonstrate?

Question41: Which of the following correctly describes the goal of Statement Testing?

Question42: The following sentences refer to the Standard for Software Test Documentation' specification (IEEE 829).
Which sentence is correct?

Question43: Which of the following are benefits of an independent test team, and which are drawbacks?
a) Independent testers can find different defects.
b) Developers may put less emphasis on quality.
c) Independent testers can be seen as the reason for delayed projects.
d) Independent testers can verify assumptions made during the specification of a system.

Question44: Which type of software development product can undergo static testing?

Question45: Which of the following test organizations has the highest level of independence?

Question46: Which of the following best describes the Black-box technique?

Question47: Which of the following is NOT a factor on which test estimation is dependent upon?

Question48: Testing should provide sufficient information to stakeholders to make informed decisions about the release of
the software or system being tested. At which of the following fundamental test process activity the
sufficiency of the testing and the resulting information are assessed?

Question49: Which of the following would achieve the HIGHEST level of testing independence for a project's test level?